home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pbaseiv.zip / P4WPR001.TIP < prev    next >
Text File  |  1991-12-16  |  2KB  |  46 lines

  1. My wife creates checklists in WordPerfect 5.1 documents, but
  2. creating the check-mark boxes one at a time is tedious. To
  3. speed the process, I wrote a macro that automatically adds
  4. boxes to optionally numbered paragraphs.
  5.  
  6. Start the macro and enter a number, optionally followed by a
  7. period. Press <Enter>, and then type a paragraph. Press
  8. <Enter> again, and the macro will create a small graphics
  9. box to the left of the number. You can then restart the
  10. macro to create another checked item.
  11.  
  12. Michael P. Rose
  13. Spring, Texas
  14.  
  15. Editor's note: I can think of dozens of great uses for this
  16. macro. You could use it to prepare multiple-choice tests,
  17. opinion polls, or even shopping lists.
  18.  
  19. [The figure below shows the macro commands as they appear in
  20. the macro editor, but you don't have to enter the macro
  21. yourself; it's included, ready to run, in the file
  22. P4WPM\ALTC.WPM on your PowerBase disk.]
  23.  
  24. In your document, press <Alt>-C to begin a new check-mark
  25. paragraph. If you wish to number your paragraphs, type in a
  26. number and press <Enter>. Otherwise, just press <Enter>. Be
  27. sure to press <Enter> after the optional number and at the
  28. end of each paragraph.
  29.  
  30.  
  31. ALTC.WPM: A WordPerfect macro that makes check boxes
  32.  
  33. {Indent}{Indent}{Left Mar Rel}{PAUSE}
  34. {Tab}{PAUSE}
  35. {Search Left}{Indent}{Search}
  36. {Home}{Home}{Home}{Left}{DISPLAY OFF}
  37. {Graphics}fctcsb.12{Enter}.12{Enter}{Exit}
  38. {Home}{Home}{Down}{Enter}
  39. {QUIT}
  40.  
  41. Title: Checkers Anyone?
  42. Category: WPR
  43. Issue date: Apr 1991
  44. Editor: Tom Swan
  45. Supplementary files: P4WPM\ALTC.WPM
  46.